Skip to content

ci: skip release-automation chore commits in generated release notes#332

Merged
Vulthil merged 1 commit into
mainfrom
ci/cliff-skip-release-automation
Jul 19, 2026
Merged

ci: skip release-automation chore commits in generated release notes#332
Vulthil merged 1 commit into
mainfrom
ci/cliff-skip-release-automation

Conversation

@Vulthil

@Vulthil Vulthil commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

The v1.1.0 release notes included the release machinery's own housekeeping commits under Miscellaneous ("Mark public API shipped for v1.0.0", "Bump version to 1.1.0", "Validate packages against the 1.0.2 baseline") - these recur every release cycle, so each release inherits the previous one's process noise. This adds skip parsers for the three automation-authored commit patterns, anchored to the exact commit-message templates in release.yml and version-bump.yml, placed above the generic ^chore parser (git-cliff parsers are first-match-wins).

Genuine chore/ci commits (hand-written changes) still appear; dependabot bumps stay under Build & Dependencies.

Verification

  • Config-only change; patterns verified against the actual automation commit messages on main (b522cfa, 2d2957f, f1bc2d9 - all three would now be skipped).
  • Parser order preserved: skips first, then the existing grouping parsers.

Backport to v1.0: yes (label) - release notes generate from the releasing branch's cliff.toml; a future advisory-driven 1.0.x release produces the same automation commits.

@claude

claude Bot commented Jul 19, 2026

Copy link
Copy Markdown

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

@Vulthil Vulthil added the backport v1.0 Backport this PR to the v1.0 servicing branch label Jul 19, 2026
@Vulthil
Vulthil merged commit 5da89a2 into main Jul 19, 2026
7 checks passed
@Vulthil
Vulthil deleted the ci/cliff-skip-release-automation branch July 19, 2026 19:35
@Vulthil

Vulthil commented Jul 19, 2026

Copy link
Copy Markdown
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport v1.0 Backport this PR to the v1.0 servicing branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant